jade.content.lang.leap
Class LEAPCodec
java.lang.Object
|
+--jade.content.lang.Codec
|
+--jade.content.lang.leap.LEAPCodec
- public class LEAPCodec
- extends Codec
- Author:
- Federico Bergenti - Universita` di Parma
|
Field Summary |
static java.lang.String |
NAME
|
|
Constructor Summary |
LEAPCodec()
Constructor declaration |
| Methods inherited from class jade.content.lang.Codec |
getName |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NAME
public static final java.lang.String NAME
LEAPCodec
public LEAPCodec()
- Constructor declaration
encode
public byte[] encode(Ontology ontology,
AbsContentElement content)
throws Codec.CodecException
- Method declaration
- Overrides:
- encode in class Codec
- Parameters:
ontology - content - - Returns:
-
- Throws:
- CodecException -
- See Also:
decode
public AbsContentElement decode(Ontology ontology,
byte[] content)
throws Codec.CodecException
- Method declaration
- Overrides:
- decode in class Codec
- Parameters:
ontology - content - - Returns:
-
- Throws:
- CodecException -
- See Also:
decode
public AbsContentElement decode(byte[] content)
throws Codec.CodecException
- Method declaration
- Overrides:
- decode in class Codec
- Parameters:
content - - Returns:
-
- Throws:
- CodecException -
- See Also:
encode
public byte[] encode(AbsContentElement content)
throws Codec.CodecException
- Method declaration
- Overrides:
- encode in class Codec
- Parameters:
content - - Returns:
-
- Throws:
- CodecException -
- See Also: